
.sec1{
    max-width: 1500px;
    margin: auto;
    padding-top: 250px;
    height: 400px;
    background-image: linear-gradient(rgba(1, 29, 48, 0.416),rgba(0, 0, 0, 0.433)), url(image/ct.jpg);
    background-position: center;
    background-size: 100% 130%;
    text-align: center;
    color: white;
    /* margin-top: -70px; */
    /* font-size: 35px; */
}
.sec1 h2{
  color: white;
  font-size: 45px;
}




.team{
  max-width: 1500px;
  margin: auto;
  display: flex;
  padding: 50px 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.team .box{
  text-align: center;
  width: 30%;
  /* border-right: 0.2px solid black; */
  /* padding-right: 50px; */
  box-shadow: 0 0 2px gray;
  padding: 20px;
  transition: ease-in-out 0.5s;
}
.team .box:hover{
  box-shadow: 0 0 10px gray;

}
.team .box h1{
  font-size: 30px;

}

.team .box h3{
  font-size: 20px;
  color: rgb(2, 134, 187);

}


.sec2a{
  max-width: 1500px;
  margin: auto;
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  /* justify-content: space-between; */
}
.text-1{
  width: 50%;

}
.text-1 h1{
  font-size: 30px;
}
.text-1 h5{
  font-size: 20px;
  margin-top: 15px;
  display: flex;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.811);
}
.text-1 h5 p{
  margin-left: 5px;
  margin-top: -4px;
}
.text-1 h5 span{
  margin-bottom: -8px;
}
.text-2{
  width: 50%;
  margin-top: 0;
}
.text-2 img{
  width: 90%;
  height: 300px;
}
.text-2 .col-xl-3 i{
  color: rgba(0, 0, 0, 0.709);
}

.map{
  max-width: 1800px;
  margin: auto;
}
.map iframe{
  width: 100%;
}


.form-box{
  max-width: 2000px;
  margin: auto;
  /* margin-top: 50px; */
  padding-top: 20px;
  color: #ffffff;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background-image:linear-gradient(rgba(0,0,0,0),rgba(0, 0, 0, 0)),url(image/form.html\ bg.jpg);
  background-position: center;
  
  background-size: 100% 100%;
  display: flex;
  /* border-top: 5px solid rgb(4, 4, 96); */

}
.main{
  max-width: 800px;
  padding: 28px;
  margin: 0 28px;
  border-radius: 20px;
  overflow: hidden;
  /* background-color: white; */
  /* background-image:linear-gradient(to left top, rgb(255, 255, 255),rgba(255, 232, 103, 0.463)); */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  margin: auto;


}

.main h2{
  font-size: 32px;
  font-weight: bold;
  font-weight: 500;
  text-align: left;
  color: rgb(255, 255, 255);
  padding-bottom: 8px;
  text-align: center;
  


}
.content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 ;
  
}
.mean-inputbox{
  width: 100%;
  /* background-color: #aa076b; */
  display: flex;
  flex-wrap: wrap;
}
.mean-inputbox .input-box{
  width: 44%;
  margin: 20px 20px;
  /* background-color: #c93838; */
  align-items: center;
  display: block;
  /* background-color: aqua; */

}
.mean-inputbox .input-box input{
  background: transparent;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.631);
  border-radius: 0;
}

.input-box input:focus {
  outline: none;
}
.mean-inputbox2{
  width: 100%;
  /* background-color: #aa076b; */
  margin-top: 20px;


}
.mean-inputbox2 .input-box{
  /* background-color: aqua; */
  width: 100%;
  padding: 20px 20px;
}
.mean-inputbox .input-box h5{
  font-size: 18px;
}
.mean-inputbox2 .input-box input{
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.467);
  width: 100%;
  height: 30px;
  color: rgb(255, 255, 255);
}
.mean-inputbox2 textarea{
  background: transparent;
  width: 100%;
  padding: 10px;
  color: rgba(0, 0, 0, 0.452);
  font-size: 18px;
  border: 0.5px solid rgba(255, 255, 255, 0.481);
}

textarea:focus, input:focus{
  outline: none;
}


.button1{
  /* background-color: #aa076b; */
  text-align: center;

}
.button1 button{
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 50px ;
  border:none;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.715);
  /* background-color: rgba(255, 255, 255, 0.554); */

}
.button1 button:hover{
  cursor: pointer;
  /* text-decoration: underline; */

}



#office2{
  display:none;
}
#office3{
  display:none;
}



  @media screen and (max-width: 900px) {

    .sec1{
      background-size: 120% 100%;

    }

    .mape iframe{
      width: 100%;
      height: 300px;
    }
    .heading{
      padding-left: 12%;
    }

    .mape{
      padding: 20px;
    }
    .main{
      width: 100%;
      padding: 10px;
 
    }

    .team .box{
      width: 100%;
      margin-top: 30px;
      padding: 10px;
    }

    .mean-inputbox .input-box{
      width: 100%;
    }
    .sec2a{
      padding: 15px;
      padding-top: 30px;
      padding-bottom: 0;

    }
    .sec2a .text-1{
      width: 100%;
    }
    .sec2a .text-2{
      width: 100%;
    }

}

